Where to get a Select a Directory Dialog (or Folder Picker or Choose Directory Dialog) in WPF?
Ok, so to my dismay, Microsoft has not created a default widget for selecting a directory.
I searched and searched and searched. Found some here are there, but none were really what I wanted.
I finally found one I like, so I thought I would share it with you. Here is what I like about the one I found:
For pure WPF implementation (without WinForms dependencies) look here:
http://tillias.wordpress.com/2011/03/20/net-4-folder-picker-folder-browser/
Tillias,
I checked this out, but you licensed it GPL so it is not usable in my work project that needs it. I commented on your post about it.